body{
    margin: 0;
    padding: 0;
    font-family: 微软雅黑;
    font-size:14px;
    color: #333;
}
ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
a{text-decoration:none;color:black; transition: all .3s ease-in-out;}
.left{
    float: left;
}
.right{
    float: right;
}
.bodywidth{
    width: 1400px;
    margin: auto;
}

.top{
    height: 110px;
    width: 1600px;
    margin: auto;    
    z-index: 100;
    position: relative;
}
.top .logo{
    background: url('../cn_style/logo.png') no-repeat left 18px;
    width: 700px;
    height: 90px;
    font-size: 30px;
    font-weight: bold;
    text-indent: 160px;
    padding: 18px 0  0;
}
.top .logo span{
    display: block;
    font-size: 22px;
    background: url('../cn_style/headerbg.png') no-repeat 160px center;
    font-weight: normal;
    text-indent: 200px;
    letter-spacing: 7px;
    padding: 5px 0 0;
}
.top .nav{
    height: 110px;
    line-height: 110px;
    padding-left: 40px;
}
.top .nav ul{
    display: flex;
    justify-content: space-between;
	flex-wrap: wrap; 
}
.top .nav ul li{
    font-size: 16px;
    position: relative;    
    z-index: 100;    

}
.top .nav ul li a{
    display: block;
    color: #333;
    width: 110px;
    text-align: center;
    font-size: 18px;
}
.top .nav ul li a:hover{
    display: block;
    background:#006AD0;
    color: white;
}
.top .nav ul ul{
	display: none;
	position:absolute;
	top: 110px;
	left: 0;
	width: 150px;
	background: #006AD0;
	opacity: 0.9;
	z-index: 100;
}
.top .nav ul ul li{
	height: 40px;
	line-height: 40px;
	width: 150px;
}
.top  .nav ul ul li a{
	color: white;
	font-size: 14px;
}
.header .nav ul ul li a:hover{
	background:#006AD0;
}


.top .tel{
    padding: 40px 0 0;
}
.top .tel img{
    transition: all .3s ease-in-out;
}
.top .tel img:hover{
    transform:scale(1.1);
    cursor: pointer; 
}
.banner{
    z-index: 0;
}
.search{
    height: 60px;
    background: #F1F1F1;
    line-height: 60px;
}
.search span{
    color: #979797;    
}
.search span a{
    color: #979797;
}
.search span a:hover{
    color: #006AD0;
}

.gsjjindex{
    padding: 40px 0;
}
.gsjjindex .title{
    font-size: 45px;
    text-align: center;
}
.gsjjindex .title a:hover{
    display: block;
    transform: rotateY(360deg);
	transition: all .8s ease-in-out; /*动画时间*/;
    cursor: pointer;
}
.gsjjindex .titlecont{
    color: #333333;
    font-size: 20px;
    text-align: center;
    padding: 5px 0;
}
.gsjjindex .titlecont a:hover{
    display: block;
    transform: rotateY(360deg);
	transition: all .8s ease-in-out; /*动画时间*/;
    cursor: pointer;   
}
.gsjjindex .titleline{
    background: #006AD0;
    width: 28px;
    height: 2px;
    margin: auto;
}

.gsjjindex ul{
    width: 1400px; 
    margin:40px  auto;   
}
.gsjjindex ul li {
    position: relative;
    width: 1400px;
    height: 460px;
}
.gsjjindex ul li .name{
    font-size: 30px;
     width: 660px;
    color: #006AD0;  
}

.gsjjindex ul li .cont{
    font-size: 16px;
    line-height: 200%;
    width: 660px;
    position: absolute;
    top: 50px;
}

.gsjjindex ul li .more{
    width: 660px;
    position: absolute;
    bottom: 0px;
}
.gsjjindex ul li .more a{
    display: block;
    width: 120px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background:#006AD0 ;
    color: white;
    border-radius: 3px;
}
.gsjjindex ul li .more a:hover{
    display: block;
    transform: rotateY(360deg);
	transition: all .8s ease-in-out; /*动画时间*/;
    cursor: pointer;      
    background: #1B2D45;
}
.gsjjindex ul li .image{
    position: absolute;
    top: 0;
    right: 0;
    width: 700px;
    height: 460px;
}
.gsjjindex ul li .image img{
    transition: all .3s ease-in-out;
}
.gsjjindex ul li .image img:hover{
    transform:scale(1.05);
    cursor: pointer; 
}



.cpzsindex{
    background: #F5F5F5;
    padding: 40px 0 0;
    overflow: hidden;
}
.cpzsindex .title{
    font-size: 45px;
    text-align: center;
}
.cpzsindex .title a:hover{
    display: block;
    transform: rotateY(360deg);
	transition: all .8s ease-in-out; /*动画时间*/;
    cursor: pointer;
}
.cpzsindex .titlecont{
    color: #333333;
    font-size: 20px;
    text-align: center;
    padding: 5px 0;
}
.cpzsindex .titlecont a:hover{
    display: block;
    transform: rotateY(360deg);
	transition: all .8s ease-in-out; /*动画时间*/;
    cursor: pointer;
}
.cpzsindex .titleline{
    background: #006AD0;
    width: 28px;
    height: 2px;
    margin: auto;
}
.cpzsindex ul{
    display: flex; 
    margin: 40px 0;
}
.cpzsindex ul li{
    position: relative;    overflow: hidden;
}
.cpzsindex ul li .name{
    position: absolute;
    bottom: 0;
    left: 0;
    background: #000;
    opacity: 0.8;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
}
.cpzsindex ul li .name a{
    color: white;
}
.cpzsindex ul li:nth-child(1){
    width: 49%;
}
.cpzsindex ul:hover li{
    /* transition: all .3s; */
    width: 17%;
}

.cpzsindex ul li:nth-child(1) img{

}
.cpzsindex ul:hover li:nth-child(1):hover{
    width: 49%;
}
.cpzsindex ul li:nth-child(2){
    width: 17%;
    margin-left:2px;
}
.cpzsindex ul:hover li:nth-child(2):hover{
    width: 49%;
}
.cpzsindex ul li:nth-child(3){
    width: 17%;
    margin-left:2px;
}
.cpzsindex ul:hover li:nth-child(3):hover{
    width: 49%;
}
.cpzsindex ul li:nth-child(4){
    width: 17%;
    margin-left:2px;
}
.cpzsindex ul:hover li:nth-child(4):hover{
    width: 49%;
}
.cpzsindex ul li .image img{
    transition: all .3s ease-in-out;
}
.cpzsindex ul:hover li .image img:hover{
    transform:scale(1.05);
    cursor: pointer; 
}

.cpxlindex{
    background: #F5F5F5;
    overflow: hidden;
    padding: 20px 0 40px;
}
.cpxlindex .title{
    font-size: 45px;
    text-align: center;
}
.cpxlindex .title a:hover{
    display: block;
    transform: rotateY(360deg);
	transition: all .8s ease-in-out; /*动画时间*/;
    cursor: pointer;
}
.cpxlindex .titlecont{
    color: #333333;
    font-size: 20px;
    text-align: center;
    padding: 5px 0;
}
.cpxlindex .titlecont a:hover{
    display: block;
    transform: rotateY(360deg);
	transition: all .8s ease-in-out; /*动画时间*/;
    cursor: pointer;
}
.cpxlindex .titleline{
    background: #006AD0;
    width: 28px;
    height: 2px;
    margin: auto;
}
.cpxlindex .titleline a:hover{
    display: block;
    transform: rotateY(360deg);
	transition: all .8s ease-in-out; /*动画时间*/;
    cursor: pointer;
}
.cpxlindex .cpxl{
    height: 80px;
    border: 1px #E6E6E6 solid;
    line-height: 80px;
    margin: 20px 0;
}
.cpxlindex .cpxl a{
    color: white;
}
.cpxlindex .cpxl a:hover{
    display: block;
    transform: rotateY(360deg);
	transition: all .8s ease-in-out; /*动画时间*/;
    cursor: pointer;
}
.cpxlindex .cpxl .cpxl1{
    width: 200px;
    height: 80px;
    line-height: 80px;
    color: white;
    font-size: 20px;
    background: #1877D3 url(../cn_style/icon.png) no-repeat 15px center;
    text-indent: 60px;
}
.cpxlindex .cpxl .cpxl2{
    width: 1000px;
}
.cpxlindex .cpxl .cpxl2 ul{
    display: flex;
    justify-content: space-between;
	margin: auto;	
	flex-wrap: wrap; 
    padding-left: 20px;
}
.cpxlindex .cpxl .cpxl2 ul li{
    color: #666666;
    font-size: 18px;
}
.cpxlindex .cpxl .cpxl2 ul li a{
    color: #666666;  
}
.cpxlindex .cpxl .cpxl2 ul li a:hover{
    color: #1877D3;
}
.cpxlindex .cpxl .cpxl3{
    padding-right: 20px;
}
.cpxlindex .cpxl .cpxl3 a{
    color: #666666;      font-size: 18px;
}
.cpxlindex .cpzs{
    padding: 20px 0;   
}
.cpxlindex .cpzs ul{
    display: flex;
    justify-content: space-between;
	flex-wrap: wrap;     
}
.cpxlindex .cpzs ul li{
    width: 420px;
    height: 400px;
    position: relative;
}
.cpxlindex .cpzs ul li .image img{
    transition: all .3s ease-in-out;
}
.cpxlindex .cpzs ul li .image img:hover{
    transform:scale(1.1);
    cursor: pointer; 
}

.cpxlindex .cpzs ul li .name{
    position: absolute;
    bottom: 20px;
    width: 420px;
    text-align: center;
    font-size: 22px;
}
.cpxlindex .cpzs ul li .name a{
    color: #666666;   
}
.cpxlindex .cpzs ul li .name a:hover{
    color: #1877D3;
}


.alzsindex{
    overflow: hidden;
}
.lxwmindex{
    background: url(../cn_style/lxbg.jpg) no-repeat center top;
    height: 700px;
}
.lxwmindex .title{
    font-size: 45px;
    text-align: center;

    padding-top: 60px;
}
.lxwmindex .title a{
    color: white;
}
.lxwmindex .title a:hover{
    display: block;
    transform: rotateY(360deg);
	transition: all .8s ease-in-out; /*动画时间*/;
    cursor: pointer;
}
.lxwmindex .titlecont{
    font-size: 20px;
    text-align: center;
    padding: 5px 0;
}
.lxwmindex .titlecont a{
    color: white;
}
.lxwmindex .titlecont a:hover{
    display: block;
    transform: rotateY(360deg);
	transition: all .8s ease-in-out; /*动画时间*/;
    cursor: pointer;
}
.lxwmindex .titleline{
    background: white;
    width: 28px;
    height: 2px;
    margin: auto;
}
.lxwmindex  .lxcont{
    width: 1000px;
    margin: 80px auto;
    text-align: center;
    color: #D0D2D8;
    font-size: 16px;
    line-height: 200%;
}
.lxwmindex ul{
    display: flex;
    justify-content: space-between;
	flex-wrap: wrap;    

}
.lxwmindex ul li {
    color: white;
    text-align: center;
    background: url('../cn_style/line.jpg') no-repeat left center;
    height: 120px;
    padding-left: 20px;
    padding-right: 30px;
}
.lxwmindex ul li:first-child{
    background: none;
}
.lxwmindex ul li .lx{
    font-size: 40px;
    background: url('../cn_style/lx.png') no-repeat 160px 20px;
    width: 220px;
    height: 60px;
}
.lxwmindex ul li .lx a{
    color: white;
}
.lxwmindex ul li .lx a:hover{
    display: block;
    transform: rotateY(360deg);
	transition: all .8s ease-in-out; /*动画时间*/;
    cursor: pointer;
}
.lxwmindex ul li .lxdetail{
    font-size: 16px;
}
.lxwmindex ul li .lxdetail a{
    color: white;
}
.lxwmindex ul li .lxdetail a:hover{
    display: block;
    transform: rotateY(360deg);
	transition: all .8s ease-in-out; /*动画时间*/;
    cursor: pointer;
}
.ryzsindex{
    background: #E5E5E5;
    padding: 30px 0;
}
.ryzsindex .title{
    font-size: 45px;
    text-align: center;
}
.ryzsindex .title a:hover{
    display: block;
    transform: rotateY(360deg);
	transition: all .8s ease-in-out; /*动画时间*/;
    cursor: pointer;
}
.ryzsindex .titlecont{
    color: #333333;
    font-size: 20px;
    text-align: center;
    padding: 5px 0;
}
.ryzsindex .titlecont a:hover{
    display: block;
    transform: rotateY(360deg);
	transition: all .8s ease-in-out; /*动画时间*/;
    cursor: pointer;
}
.ryzsindex .titleline{
    background: #006AD0;
    width: 28px;
    height: 2px;
    margin: auto;
}
.ryzsindex ul{
    display: flex;
    justify-content: space-between;
	flex-wrap: wrap;  
    padding: 40px 0;  
}
.ryzsindex ul  img{
    transition: all .3s ease-in-out;
}
.ryzsindex ul img:hover{
    transform:scale(1.1);
    cursor: pointer; 
}

.alzsindex{
    padding: 40px 0;
    overflow: hidden;
}
.alzsindex .title{
    font-size: 45px;
    text-align: center;
}
.alzsindex .title a:hover{
    display: block;
    transform: rotateY(360deg);
	transition: all .8s ease-in-out; /*动画时间*/;
    cursor: pointer;
}
.alzsindex .titlecont{
    color: #333333;
    font-size: 20px;
    text-align: center;
    padding: 5px 0;
}
.alzsindex .titlecont a:hover{
    display: block;
    transform: rotateY(360deg);
	transition: all .8s ease-in-out; /*动画时间*/;
    cursor: pointer;
}
.alzsindex .titleline{
    background: #006AD0;
    width: 28px;
    height: 2px;
    margin: auto;
}
/*产品选项卡*/
.TabTitle {
}
.myTab .TabTitle ul {

    width: 1400px;
    margin: 20px auto 0;
    display: flex;
    justify-content: space-between;
	flex-wrap: wrap;   
}
.myTab .TabTitle li {
	float: left;
	cursor: pointer;
	height: 130px;
	font-size: 18px;
    background: url('../cn_style/albg.jpg') no-repeat left center;
	color: #333;
    width: 320px;

}
.myTab .TabTitle li span{
    display: block;
   padding-left:50px;
   padding-top: 20px;
}
.myTab .TabTitle li span a{
    font-size: 30px;
    font-weight: bold; 
    display: block;
}
.myTab .TabTitle li span a:hover{

    color: #1877D3;  
}
.myTab .TabTitle li.normal {

}
.myTab .TabTitle li.active {

}
.myTab .TabContent {
	position: relative;

}
.myTab .TabContent div.normal {
	display: none;
	z-index: 0;
}
.myTab .TabContent div.active {
	z-index: 1;
}
/*产品选项卡1-1*/
.myTab1_Content {
	width: 100%;

}
.myTab1_Content img{
    transition: all .3s ease-in-out;
}
.myTab1_Content img:hover{
    transform:scale(1.1);
    cursor: pointer;    
}
.xwzxindex{
    overflow: hidden;

}
.xwzxindex .title{
    font-size: 45px;
    text-align: center;
}
.xwzxindex .title a:hover{
    display: block;
    transform: rotateY(360deg);
	transition: all .8s ease-in-out; /*动画时间*/;
    cursor: pointer;
}
.xwzxindex .titlecont{
    color: #333333;
    font-size: 20px;
    text-align: center;
    padding: 5px 0;
}
.xwzxindex .titlecont a:hover{
    display: block;
    transform: rotateY(360deg);
	transition: all .8s ease-in-out; /*动画时间*/;
    cursor: pointer;
}
.xwzxindex .titleline{
    background: #006AD0;
    width: 28px;
    height: 2px;
    margin: auto;
}


.xwzxindex  ul {
    display: flex;
    justify-content: space-between;
	flex-wrap: wrap; 
    padding: 30px 0;  
}

.xwzxindex  ul  li{
    width: 420px;
    background: #EFEFEF;
    padding:0 0 10px;
}
.xwzxindex  ul  li .Image img{
    width: 420px;
    height: 307px;
}
.xwzxindex  ul  li .Name{
    font-size: 18px;
    padding-top: 5px;
    padding-left: 10px;
}
.xwzxindex  ul  li .Desc{
    padding: 5px 10px 10px;
    line-height: 160%;
    height: 60px;
    overflow: hidden;
}
.xwzxindex  ul  li  .More{
    padding-left: 10px;
}
.xwzxindex  ul  li  .More a{
    color: #006AD0;
}

.xwzxindex  ul  li{
    transition: all .3s ease-in-out;
}
.xwzxindex  ul  li:hover{
    transform:scale(1.05);
    cursor: pointer; 
}
.footer{
    background: #111;
    border-top: 5px #333333 solid;
    height: 80px;
    line-height: 85px;
    color: white;
    text-align: center;
    margin-top: 20px;
}
.nbanner{
    background: url('../cn_style/nbanner1.jpg') no-repeat center top;
    height: 500px;
}
.neiyecont{
    padding: 40px 0;
    overflow: hidden;
}
.neiyecont1{
    background: url('../cn_style/wz.jpg') no-repeat left center;
    text-indent: 30px;
  
}
.neiyecont1 .Station{
    color: #666;
}
.neiyecont2{
    padding: 20px 0;
    overflow: hidden;

}
.neiyecont2_1{
    width: 240px;
}
.neiyecont2_1_1{

}
.neiyecont2_1_1 .title{
    background: #006AD0;
    height: 80px;
    line-height: 80px;
    font-size: 24px;
    color: white;
    text-indent: 20px;
    border-bottom: 1px #FFF solid;
}

.neiyecont2_1_1 ul.ProdMenu>li>a{
    display: none;
}
.neiyecont2_1_1 ul ul li{
    width: 240px;
    cursor: pointer;
}
.neiyecont2_1_1 ul ul li a{
    display: block;
    background: #006AD0 url('../cn_style/nli1.png') no-repeat 220px center;
    height: 50px;
    line-height: 50px;
    color: white;
    border-bottom: 1px #FFF solid;
    font-size: 16px;
    text-indent: 15px;
}

.neiyecont2_1_1 ul ul ul{
    display: none;
}

.neiyecont2_1_1 ul ul ul.Products li{
    width: 240px;
    background: #EEE url('../cn_style/nli.png') no-repeat 220px center;
    border-bottom: 1px #FFF solid;
}
.neiyecont2_1_1 ul ul ul.Products li a{
    background: none;
    color: #333;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
    width: 200px;
    border: none;
}

.neiyecont2_1_2{
    padding-top: 20px;
}
.neiyecont2_1_2 .title{
    background: #006AD0;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    color: white;
    text-indent: 20px;

}
.neiyecont2_1_2 p{
    padding: 10px;
    border: 1px #CCC solid;
    margin: 0;
    line-height: 180%;
}
.neiyecont2_1_2 p strong{
    color:#006AD0;
}
.neiyecont2_2{
    width: 1100px;
}
.neiyecont2_2_1{
    background: url('../cn_style/title11.jpg') no-repeat left center;  
    height: 60px;
    line-height: 50px;
    text-indent: 40px;
    font-size: 18px;
}
.neiyecont2_2_2{
    padding: 20px 0;
}
.neiyecont2_2_2 p{
    line-height: 200%;
    font-size: 14px;
}
.gsjj p{
    line-height: 250%;
    font-size: 16px;  
}
.gsjj p strong{
    color:#006AD0;  
}
/*干栏目文字列表*/
.ColumnList.Article {padding: 20px 0px;overflow: hidden;}
.ColumnList.Article li {padding:15px 0px;border-bottom: 1px solid #F0F0F0;}
.ColumnList.Article li .Name {float: left;width: 80%;font-size:14px;font-weight:bold;background-image: url

('../global/Maincont_ico4.gif');background-position: 10px center;background-repeat: no-repeat;overflow: hidden;text-overflow: 

ellipsis;white-space: nowrap;color:#333;}
.ColumnList.Article li .Time {float: right;width: 20%;text-align: right;}
.ColumnList.Article li .Desc {clear:both;overflow: hidden;padding: 5px 0 0;line-height: 200%;}

.gsjj1 .gs{
	line-height:300%;font-size:16px;
}
.lxwm{
	font-size: 16px;
	line-height: 300%;

}



.NoColumn.Product ul.List {padding: 20px 0px;display: flex;flex-wrap: wrap;    justify-content: space-between;	}




.NoColumn.Product ul.List li{
    transition: all .3s ease-in-out;
 
    margin-bottom: 20px;

}
.NoColumn.Product ul.List li:hover{
    transform:scale(1.1);
    cursor: pointer; 
}

.NoColumn.Product ul.List li .Image img{
    object-fit: cover;
    width: 340px;
    height: 250px;
    display: block;
}
.PageInfo{
    text-align: right;
}
.NoColumn.Product ul.List li .Name{text-align:center;width:340px;background-color:#EEE;height:35px;line-height:30px;font-size:14px;margin:0;}
.NoColumn.Product ul.List li a{color:#333;}
.NoColumn.Product ul.List li a.ColName{display:none;}
.NoColumn.Product ul.List li .Desc{display:none;}

.Detail.Product > .Name{
        display: none;

}
.Detail.Product > .Images{
    display: none;

}
.Pagination{
	clear:both;
	text-align: center;
}
.Pagination a{
	padding:5px;
	border:1px #EEE solid;
	margin:2px;
	cursor:pointer;
}
.Pagination a:hover{
	background-color: #EEE;
}
.Pagination a.now{
	background-color: #333;
	color:white;
	font-weight: bold;
}
.Back{
	text-align: center;
    overflow: hidden;
    padding: 20px 0;
}
.Back a{
	display:inline-block;
	padding: 6px 12px;
	font-size: 15px;
	background-color:#EEE ;
	color: #333;
	border: 1px #CCC solid;
}
.Back a:hover{
	background-color:#006AD0 ;
	color: #fff;	
}


.biaoge{

}
.biaoge table{
    width: 100%;
    border-top: 1px #CCC solid;
    border-left: 1px #CCC solid;
}
.biaoge table tr td{
    border-right: 1px #CCC solid;
    border-bottom: 1px #CCC solid;
    text-align: center;
    height: 30px;
    line-height: 30px;
    min-width: 60px;
}
.biaoge table tr:nth-child(1){
    background-color: #EEE;
    font-weight: bold;

}


.nycp1 ul {padding: 20px 0px;display: flex;flex-wrap: wrap;    justify-content: space-between;	}


.nycp1 ul li{
    transition: all .3s ease-in-out;
    margin-bottom: 20px;

}
.nycp1 ul li:hover{
    transform:scale(1.1);
    cursor: pointer; 
}

.nycp1 ul li  img{
    object-fit: cover;
    width: 520px;
    height: 380px;
    display: block;
}
.nycp1 ul li a{
    display: block;    padding-bottom: 10px;
}
.nycp1 ul li span{
    display: block;
    width: 520px;
    font-size: 16px;

    text-align: center;
}
.nycp1 p {
    text-align: center;

}
.nycp1 p img{

    transition: all .3s ease-in-out;
}
.nycp1 p img:hover{
    transform:scale(1.1);
    cursor: pointer;    
}
.nycpnr{
    line-height: 200%;
}


.nycp2 ul {
    padding: 20px 0px;
    display: flex;flex-wrap: wrap;    
    justify-content: space-between;	
}


.nycp2 ul li{
    transition: all .3s ease-in-out;
    margin-bottom: 20px;

}
.nycp2 ul li:hover{
    transform:scale(1.1);
    cursor: pointer; 
}

.nycp2 ul li  img{
    object-fit: cover;
    width: 340px;
    height: 220px;
    display: block;
}
.nycp2 ul li a{
    display: block;    
    padding-bottom: 10px;
}
.nycp2 ul li span{
    display: block;
    width: 340px;
    font-size: 16px;
    text-align: center;
}


/*干栏目图片列表-新闻*/
.NoColumn.Article ul.List
{
	overflow: hidden;	
}
.NoColumn.Article ul.List {padding: 20px 0px;}
.NoColumn.Article ul.List li{overflow: hidden;border-bottom: 1px #DDD solid;padding:10px 0;}
.NoColumn.Article ul.List li.newsList {float: none;width:auto;height:auto;overflow: hidden;text-align: center; padding:10px 0px; border-bottom:1px #AAA solid;overflow: hidden;}
.NoColumn.Article ul.List li div.Image {float:left;padding-right:30px;}
.NoColumn.Article ul.List li div.Image img{width: 150px;height: 100px;padding: 3px;border: 1px solid #CCCCCC;}
.NoColumn.Article ul.List li div.newsName{float:left;  }
.NoColumn.Article ul.List li div.Name{
	padding-top: 8px;
}
.NoColumn.Article ul.List li div.Name a{
	color: #006AD0;
	font-size:16px;font-weight:bold;
}
.NoColumn.Article ul.List li div.Time{
	padding: 5px 0;
	color: #666;
}
.NoColumn.Article ul.List li div.Desc{
	line-height: 180%;
}
.NoColumn.Article ul.List li div.newsBrief{float:left; width:700px; padding:10px 0px; line-height:25px; color:gray;text-align:left;}

.PageInfo{
    text-align: right;
}
.Detail.Article .Name{
    display: none;
}
.Detail.Article .From{
    text-align: right;
}

/*干栏目文字列表*/
.ColumnList.Article {padding: 20px 0px;overflow: hidden;}
.ColumnList.Article li {padding:15px 0px;border-bottom: 1px solid #F0F0F0;}
.ColumnList.Article li .Name {float: left;width: 80%;font-size:14px;font-weight:bold;background-image: url

('../global/Maincont_ico4.gif');background-position: 10px center;background-repeat: no-repeat;overflow: hidden;text-overflow: 

ellipsis;white-space: nowrap;color:#333;}
.ColumnList.Article li .Time {float: right;width: 20%;text-align: right;}
.ColumnList.Article li .Desc {clear:both;overflow: hidden;padding: 5px 0 0;line-height: 200%;}




.ryzs ul {padding: 20px 0px;display: flex;flex-wrap: wrap;    justify-content: space-between;	}


.ryzs ul li{
    transition: all .3s ease-in-out;
    margin-bottom: 30px;

}
.ryzs ul li:hover{
    transform:scale(1.1);
    cursor: pointer; 
}

.ryzs ul li  img{
    object-fit: cover;
    width: 300px;
    padding: 4px;
    border: 1px #CCC solid;
    display: block;
}
